Minimalist Sentence Recognizer
This program recognizes sentences in a Minimalist framework, focusing on operations like Merge and Agree.
Expected sentence structure (with range in parentheses):
- CP → C + TP: Starts with a conjunction ("But," "And," "Yet").
- TP → T + vP: "let's + verb phrase ("try", "attempt", "consider")."
- vP → V + NP: Verb followed by an article ("a", "the"), adjective ("smaller", "shorter", "simpler"), and noun ("sentence", "phrase", "statement").
Examples of valid sentences:
- "But, let's try a smaller sentence."
- "And, let's attempt a shorter phrase."
- "Yet, let's consider a simpler statement."